home *** CD-ROM | disk | FTP | other *** search
-
-
- TO USE THE PASSWORD DEVICE DRIVER SYSTEM:
-
- Place the file PW.BIN in the root directory of your
- normal bootup drive, normally drive C:\ . Next place the
- statement DEVICE=PW.BIN in the first position of your
- CONFIG.SYS file. Press Ctrl-Alt-Del to reboot and load
- the Device driver.
-
- The default password is: PASSWORD note: case is unimportant.
- If you make a mistake entering the password, use the backspace
- key. To start over press ESC.
-
- To Change the password, place the file INSTALL.COM into the same
- directory as PW.BIN and run by typing "install". You will be
- prompted for a new password. If you make a mistake entering
- the password, use the backspace key. To abort, press ESC.
- The program will install the new password directly into the
- file PW.BIN and that's all there is to it, simple.
-
- If you would like to change the default color of PW, the color
- attribute byte is clearly marked in the program code as: "Color=07".
- You can use any hex editor, or the DOS Debug program. To use
- Debug, at the Dos prompt type:
-
- debug pw.bin <enter>
- e 161 xx <enter> note: xx = two digit hex color number.
- w <enter> see color table below.
- q <enter>
-
- You will now be returned to the Dos prompt with your
- PW.BIN file's color attribute modified.
-
- Color Table (hex)
- xx = background color, foreground color
-
- (background) (foreground)
- 0 = black 0 = black
- 1 = blue 1 = blue
- 2 = green 2 = green
- 3 = cyan 3 = cyan
- 4 = red 4 = red
- 5 = magenta 5 = magenta
- 6 = brown 6 = brown
- 7 = white 7 = white
- 8 = dark grey
- 9 = light blue
- A = light green
- B = light cyan
- C = light red
- D = light magenta
- E = yellow
- F = bright white
-
- Example: to set the color to a blue backround with a bright
- white foreground the hex number would be 1F
-
- debug pw.bin
- e 161 1F <enter>
- w <enter>
- q <enter>
-
- Note: PW will return to the DOS white on black when it exits, no matter
- what color it has been modified for.
-
- PW Version 2.1 -Final Version-
-
-